home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000413_news@watsun.cc.columbia.edu _Sun Mar 28 03:48:42 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id DAA07736
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 28 Mar 1999 03:48:27 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id DAA06849
  7.     for kermit.misc@watsun.cc.columbia.edu; Sun, 28 Mar 1999 03:23:40 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fredex@fcshome.stoneham.ma.us (fred smith)
  10. Subject: Re: setting up kermit
  11. Organization: None!
  12. Message-ID: <F99L9H.In0@fcshome.stoneham.ma.us>
  13. Date: Sat, 27 Mar 1999 17:44:05 GMT
  14. To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. jf3@my-dejanews.com wrote:
  17. : Hello all,
  18.  
  19. : I am a somewhat newbie at kermit and I was hoping that someone could answer
  20. : my question.  We had kermit running on a Solaris 2.5.1 box with a script that
  21. : would page people.  That machine has died and I am trying to get it to run on
  22. : a linux box.  I have a fresh install of Red Hat 5.2 with an external modem. 
  23. : I have put the modem on com2/cua2.  When I run minicom, I am able to dial out
  24. : and connect to other computers with no problems.  However, when I try to run
  25. : the script from my old Solaris box it tell me that it cannot open the
  26. : connection to the modem.  I have tried /dev/cua1, /dev/cua2, /dev/modem, to
  27. : no avail.
  28.  
  29. What does 'ls -l /dev/cua2' look like? also ls -l output of your kermit?
  30. If the serial port is something like mine:
  31.  
  32. crw-r-----   1 uucp     uucp       5,  67 Mar 27 12:09 /dev/cua3
  33.  
  34. then the kermit should look like:
  35.  
  36. -rwsr-xr-x   1 uucp     uucp       807668 Jan  1 21:33 /usr/local/bin/wermit
  37.  
  38. note that both are owner/group uucp, AND (and this is important!) the
  39. kermit is setuid uucp! Kermit should NOT be setuid to root, it is smart
  40. enough to notice, and will refuse to run that way, but it must have 
  41. access to the port as the port's owner.
  42.  
  43. The one above is 6.1.193, the one below is 6.1.195 beta.04, note its
  44. permissions are slightly different:
  45.  
  46. -rwsrwsr-x   1 uucp     uucp       971853 Feb 10 21:51 wermit
  47.  
  48. --
  49. ---- Fred Smith -- fredex@fcshome.stoneham.ma.us -----------------------------
  50.                       The eyes of the Lord are everywhere, 
  51.                     keeping watch on the wicked and the good.
  52. ----------------------------- Proverbs 15:3 (niv) -----------------------------